Remove long-time deprecated methods#59544
Merged
CarlSchwan merged 2 commits intomasterfrom Apr 14, 2026
Merged
Conversation
14e10b2 to
210e0ed
Compare
These have been deprecated from before 20 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
210e0ed to
9c51ed7
Compare
CarlSchwan
approved these changes
Apr 10, 2026
joshtrichards
approved these changes
Apr 12, 2026
Member
joshtrichards
left a comment
There was a problem hiding this comment.
Seems fine as these are clearly deprecated for awhile now. Though I do not see external docs for the Strict*ContentSecurityPolicy deprecations off-hand.
Merged
4 tasks
miaulalala
added a commit
to nextcloud/spreed
that referenced
this pull request
Apr 14, 2026
…meDomain addAllowedChildSrcDomain was removed from the server in nextcloud/server#59544. Replace with addAllowedFrameDomain which, together with the existing addAllowedWorkerSrcDomain, covers the same scope as child-src. AI-Assisted-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
miaulalala
added a commit
to nextcloud/spreed
that referenced
this pull request
Apr 14, 2026
…meDomain addAllowedChildSrcDomain was removed from the server CSP API in nextcloud/server#59544. Replace with addAllowedFrameDomain which, together with the existing addAllowedWorkerSrcDomain calls, covers the same scope as the former child-src directive. AI-Assisted-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🧹 Removing methods from OCP which have been deprecated before version 20.
Checklist
3. to review, feature component)stable32)AI (if applicable)